home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 February / Macworld (1999-02).dmg / Serious Demos / XTension demo / Scripts / Rain Gauge.Off < prev    next >
Text File  |  1998-07-28  |  263b  |  8 lines

  1. -- This script runs each time the Rain Gauge sends
  2. --  an OFF.  This is just for backup...
  3. -- If it wasn't already ON, we must have missed it...
  4.  
  5. if (status of "Rain Gauge") is not true then
  6.     set value "Hourly Rainfall" to (value of "Hourly Rainfall") + 1
  7. end if
  8.